Foxit PDF RDK
FoxitRDKNative.SearchPageTaskCallBack Class Reference

Defines a callback interface for handling results of a SearchPageTaskCallBack. More...

Public Member Functions

 constructor ()
 Constructor for the SearchPageTaskCallBack class. Initializes a new instance of the SearchPageTaskCallBack.
 
 result (task)
 Handles the result of a SearchPageTask. More...
 

Detailed Description

Defines a callback interface for handling results of a SearchPageTaskCallBack.

Member Function Documentation

◆ result()

FoxitRDKNative.SearchPageTaskCallBack.result ( task  )

Handles the result of a SearchPageTask.

Parameters
{SearchPageTask}task - The SearchPageTask whose result is being handled. This method is called when the task completes, providing access to its result.